Login     Sign up
the new and the old
Mark Young (@learntoamaze)
Join date: Jul 25th 2012
Community posts: 62
View Profile
Send Message

I like the featured stories addition and I love the embed video so you can use a video from anywhere instead of YouTube.
Only thing I would want back is the images and video menu bars instead of finding it under browse.
Is there a quick fix for this or will that bring back the old video style of YouTube?

127 months ago
paul (@paul)
Join date: Mar 15th 2010
Community posts: 122
View Profile
Send Message

@learntoamaze Yes you can change it. For example the videos:
edit module/videos/videos.install.php
find
[code]
$items['videos'] = array(
'name'=>'Videos',
'type'=>'tab',
'parent'=>'browse'
);
[/code]
change to:
[code]
$items['videos'] = array(
'name'=>'Videos',
'type'=>'app'
);
[/code]
And then update modules.

127 months ago
1
Mark Young (@learntoamaze)
Join date: Jul 25th 2012
Community posts: 62
View Profile
Send Message

@paul beautiful thanks man

127 months ago
Fiona (@fionaz)
Join date: Apr 3rd 2013
Community posts: 3
View Profile
Send Message

@paul this is incredible. Helped me too.

118 months ago